powered by
Read a file as a Filebacked Big Matrix.
read.fbm(file, select)
A Filebacked Big Matrix object.
The File to read.
Indices of columns to read (sorted). The length of select will be the number of columns of the resulting FBM.
Michail Tsagris.
R implementation and documentation: Michail Tsagris <mtsagris@uoc.gr>.
The functions read a file as a Filebacked Big Matrix object. For more information see the "bigstatsr" package.
vmf.mle, kent.mle
x <- matrix( runif(50 * 20, 0, 2*pi), ncol = 20 )
Run the code above in your browser using DataLab